Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas 2.0 fixes #77

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jeffkinnison
Copy link

Updating to Pandas 2.0 resulted in a few minor errors, and this PR should handle the issues I encountered. Fixes include

  • pandas.io.json.json_normalize is now located in pandas.json_normalize
  • pandas.set_option('display.max_colwidth', -1) does not accept negative values, updated to pass None instead
  • casting Series/DataFrame entries to float is deprecated, updated to use float(df.iloc[0])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant